Q form Class
Place this tool inside a
Constructor
Q form
(
-
[options]
Parameters:
-
[options]
Object optionalThis is an object of parameters for this function
-
[onSubmit]
Q.Event optionalThis event triggers On form submit
-
[onResponse]
Q.Event optionalThis event triggers after getting some response from from url request
-
[onSuccess]
Q.Event optionalThis event triggers if response returned with 200 success code , and if there are no HTTP errors in response headers
-
[slotsToRequest]
String optionalSlot names for Q.request
-
[contentElements]
Object optionalAn Object of content Elements
-
[loader]
Function optionalMain request function which calls on form submit
-